home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ggraph / Makefile < prev    next >
Makefile  |  1989-08-24  |  991b  |  40 lines

  1. #
  2. # Prototype Makefile for cmds/* directories.  It permits the command to
  3. # be compiled for multiple target machines, with one subdirectory of
  4. # the form "sun2.md" that holds the object files and machine-specific
  5. # sources (if any) for each target machine.
  6. #
  7. # This Makefile is automatically generated.
  8. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  9. #
  10. # Generated from /sprite/lib/mkmf/Makefile.command
  11. # Thu Aug 24 13:05:49 PDT 1989
  12. #
  13. # For more information, refer to the mkmf manual page.
  14. #
  15. # $Header: /sprite/lib/mkmf/RCS/Makefile.command,v 1.7 89/08/18 11:21:38 douglis Exp $ SPRITE (Berkeley)
  16. #
  17. # Allow mkmf
  18.  
  19. MACHINES    = ds3100 sun3 sun4
  20. MAKEFILE    = Makefile
  21. MANPAGES    = ggraph.man
  22. NAME        = ggraph
  23. SYSMAKEFILE    = command.mk
  24. TM                ?= $(MACHINE)
  25. TYPE        = sprite
  26.  
  27. #if exists($(TM).md/md.mk)
  28. #include    "$(TM).md/md.mk"
  29. #endif
  30.  
  31. #if exists(local.mk)
  32. #include    "local.mk"
  33. #else
  34. #include    <$(SYSMAKEFILE)>
  35. #endif
  36.  
  37. #if exists($(TM).md/dependencies.mk)
  38. #include    "$(TM).md/dependencies.mk"
  39. #endif
  40.